home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / xdp92c.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  13.1 KB  |  357 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1992, 1995-1999 Xerox Corporation.
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% @(#)XDP92C.PPD    107.1 99/07/29 18:29:42
  10. *FormatVersion: "4.2"
  11. *FileVersion: "1.6.1"
  12. *LanguageVersion: English
  13. *LanguageEncoding: ISOLatin1
  14. *PCFileName: "XDP92C.PPD"
  15. *Product: "(Xerox DocuPrint 92C NPS PS2)"
  16. *PSVersion: "(2015.0) 0"
  17. *ModelName: "Xerox DocuPrint 92C NPS PS2"
  18. *ShortNickName: "Xerox DocuPrint 92C NPS PS2"
  19. *NickName: "Xerox DocuPrint 92C NPS PS2"
  20.  
  21. *UIConstraints: *MediaType Transparency *Duplex
  22. *UIConstraints: *Duplex *MediaType Transparency
  23.  
  24. *UIConstraints: *MediaType Plain *MediaColor clear
  25. *UIConstraints: *MediaColor clear *MediaType Plain
  26.  
  27. *UIConstraints: *MediaType Drilled *MediaColor clear
  28. *UIConstraints: *MediaColor clear *MediaType Drilled
  29.  
  30. *UIConstraints: *MediaType CoverStock *MediaColor clear
  31. *UIConstraints: *MediaColor clear *MediaType CoverStock
  32.  
  33. *UIConstraints: *MediaType DrilledCoverStock *MediaColor clear
  34. *UIConstraints: *MediaColor clear *MediaType DrilledCoverStock
  35.  
  36. *UIConstraints: *MediaType Transparency *StapleWhen
  37. *UIConstraints: *StapleWhen *MediaType Transparency
  38.  
  39. *% ==== Device Capabilities ===============
  40. *LanguageLevel: "2"
  41. *FreeVM: "4191696"
  42. *VMOption None/Standard: "4191696"
  43. *DefaultColorSpace:  RGB
  44. *ColorDevice: True
  45. *Extensions: CMYK
  46. *Extensions: Composite
  47. *VariablePaperSize: True
  48. *FileSystem: False
  49. *Throughput: "90"
  50. *Password: "()"
  51. *ExitServer: "
  52.  count 0 eq
  53.  { false } { true exch startjob } ifelse
  54.  not {
  55.      (WARNING: Cannot modify initial VM.) =
  56.      (Missing or invalid password.) =
  57.      (Please contact the author of this software.) = flush quit
  58.      } if
  59. "
  60. *End
  61.  
  62. *DefaultResolution: 600dpi
  63. *?Resolution: "
  64.   save
  65.     currentpagedevice /HWResolution get
  66.     0 get
  67.     (          ) cvs print
  68.     (dpi)
  69.     = flush
  70.   restore
  71. "
  72. *End
  73.  
  74. *% Paper Handling ===================
  75. *% Code in this section both selects a tray and sets up a frame buffer.
  76. *% The "*<keyword> <option>" portion of each PPD paper handling selection is 
  77. *% sufficient for satisfying the static media specification on DocuPrint NPS.
  78. *% If this PPD is to be used for dynamic media selection, the appropriate
  79. *% setpagedevice calls will need to be uncommented by removing the "%"
  80. *% character in the quoted Postscript invocation.
  81.  
  82. *OpenUI *PageSize: PickOne
  83. *OrderDependency: 30 AnySetup *PageSize
  84. *DefaultPageSize: Letter
  85. *% ########## DO NOT CHANGE THE ORDER OF THESE ENTRIES! ##########
  86. *PageSize Letter: "1 dict dup /PageSize [612 792] put setpagedevice"
  87. *PageSize Legal: "1 dict dup /PageSize [612 1008] put setpagedevice"
  88. *PageSize A4: "1 dict dup /PageSize [595 842] put setpagedevice"
  89. *PageSize 8.5x13: "1 dict dup /PageSize [612 936] put setpagedevice"
  90. *CloseUI: *PageSize
  91.  
  92. *CustomPageSize True: "
  93. pop pop pop
  94. 1 dict begin /PageSize [ 4 -2 roll ] def currentdict end setpagedevice
  95. "
  96. *End
  97. *ParamCustomPageSize Width: 1 points 576 1009
  98. *ParamCustomPageSize Height: 2 points 576 1009
  99. *ParamCustomPageSize WidthOffset: 3 points 0 0
  100. *ParamCustomPageSize HeightOffset: 4 points 0 0
  101. *ParamCustomPageSize Orientation: 5 int 0 0
  102. *MaxMediaWidth: "1009"
  103. *MaxMediaHeight: "1009"
  104. *HWMargins: 0 0 0 0
  105.  
  106. *OpenUI *PageRegion: PickOne
  107. *OrderDependency: 40 AnySetup *PageRegion
  108. *DefaultPageRegion: Letter
  109. *PageRegion Letter: "1 dict dup /PageSize [612 792] put setpagedevice"
  110. *PageRegion Legal: "1 dict dup /PageSize [612 1008] put setpagedevice"
  111. *PageRegion A4: "1 dict dup /PageSize [595 842] put setpagedevice"
  112. *PageRegion 8.5x13: "1 dict dup /PageSize [612 936] put setpagedevice"
  113. *CloseUI:  *PageRegion
  114.  
  115. *% The following entries provide information about specific paper keywords.
  116. *DefaultImageableArea: Letter
  117. *ImageableArea Letter: "0.0 0.0 612.0 792.0 "
  118. *ImageableArea Legal: "0.0 0.0 612.0 1008.0 "
  119. *ImageableArea A4: "0.0 0.0 595.0 842.0 "
  120. *ImageableArea 8.5x13: "0.0 0.0 612.0 936.0"
  121. *?ImageableArea: "
  122.  save
  123.    /cvp { (                ) cvs print ( ) print } bind def
  124.    /upperright {10000 mul floor 10000 div} bind def
  125.    /lowerleft {10000 mul ceiling 10000 div} bind def
  126.    newpath clippath pathbbox
  127.    4 -2 roll exch 2 {lowerleft cvp} repeat
  128.    exch 2 {upperright cvp} repeat flush
  129.  restore
  130. "
  131. *End
  132.  
  133. *% These provide the physical dimensions of the paper (by keyword)
  134. *DefaultPaperDimension: Letter
  135. *PaperDimension Letter: "612 792"
  136. *PaperDimension Legal: "612 1008"
  137. *PaperDimension A4: "595 842"
  138. *PaperDimension 8.5x13: "612 936"
  139.  
  140. *OpenUI *MediaType:  PickOne
  141. *OrderDependency: 30 AnySetup *MediaType
  142. *DefaultMediaType: Plain
  143. *MediaType Plain: "%1 dict dup /MediaType () put setpagedevice"
  144. *MediaType Drilled: "%1 dict dup /MediaType (Drilled) put setpagedevice"
  145. *MediaType Transparency: "
  146.    %1 dict dup /MediaType (Transparency) put setpagedevice"
  147. *End
  148. *MediaType CoverStock: "
  149.    %1 dict dup /MediaType (CoverStock) put setpagedevice"
  150. *End
  151. *MediaType DrilledCoverStock: "
  152.    %1 dict dup /MediaType (DrilledCoverStock) put setpagedevice"
  153. *End
  154. *?MediaType: "
  155.   save
  156.     currentpagedevice /MediaType
  157.      {get} stopped
  158.        {pop pop (Plain)} {dup null eq {pop (Plain)} if} ifelse
  159.     = flush
  160.   restore
  161. "
  162. *End
  163. *CloseUI: *MediaType
  164.  
  165. *OpenUI *MediaColor:  PickOne
  166. *OrderDependency: 30 AnySetup *MediaColor
  167. *DefaultMediaColor: white
  168. *MediaColor white: "%1 dict dup /MediaColor (white) put setpagedevice"
  169. *MediaColor clear: "%1 dict dup /MediaColor (clear) put setpagedevice"
  170. *MediaColor blue: "%1 dict dup /MediaColor (blue) put setpagedevice"
  171. *MediaColor buff: "%1 dict dup /MediaColor (buff) put setpagedevice"
  172. *MediaColor green: "%1 dict dup /MediaColor (green) put setpagedevice"
  173. *MediaColor goldenrod: "%1 dict dup /MediaColor (goldenrod) put setpagedevice"
  174. *MediaColor pink: "%1 dict dup /MediaColor (pink) put setpagedevice"
  175. *MediaColor yellow: "%1 dict dup /MediaColor (yellow) put setpagedevice"
  176. *?MediaColor: "
  177.   save
  178.     currentpagedevice /MediaColor
  179.      {get} stopped
  180.        {pop pop (white)} {dup null eq {pop (white)} if} ifelse
  181.     = flush
  182.   restore
  183. "
  184. *End
  185. *CloseUI: *MediaColor
  186.  
  187. *RequiresPageRegion All: True
  188.  
  189. *OpenUI *InputSlot: PickOne
  190. *OrderDependency: 20 AnySetup *InputSlot
  191. *DefaultInputSlot: AutoSelect
  192. *InputSlot AutoSelect: ""
  193. *CloseUI: *InputSlot
  194.  
  195. *DefaultOutputOrder:  Normal
  196.  
  197. *OpenUI *Duplex:  PickOne
  198. *OrderDependency: 50 AnySetup *Duplex
  199. *DefaultDuplex: None
  200. *Duplex None/Simplex: "%noop"
  201. *Duplex DuplexNoTumble/Duplex: "%noop"
  202. *Duplex DuplexTumble: "%noop"
  203. *CloseUI: *Duplex
  204.  
  205. *OpenUI *Collate: Boolean
  206. *OrderDependency: 50.0 AnySetup *Collate
  207. *DefaultCollate: True
  208. *Collate True: "1 dict dup /Collate true put setpagedevice"
  209. *Collate False: "1 dict dup /Collate false put setpagedevice"
  210. *?Collate: "
  211. save
  212.   currentpagedevice /Collate get
  213.   {(True)}{(False)}ifelse = flush
  214. restore
  215. "
  216. *End
  217. *CloseUI: *Collate
  218.  
  219. *OpenUI *StapleWhen:  PickOne
  220. *OrderDependency: 50 AnySetup *StapleWhen
  221. *DefaultStapleWhen: None
  222. *StapleWhen None: "%noop"
  223. *StapleWhen EndOfSet: "%noop"
  224. *CloseUI: *StapleWhen
  225.  
  226. *OpenUI *HighlightPrintingColor:  PickOne
  227. *OrderDependency: 50 AnySetup *HighlightPrintingColor
  228. *DefaultHighlightPrintingColor: None
  229. *HighlightPrintingColor None: "%noop"
  230. *HighlightPrintingColor Red: "%noop"
  231. *HighlightPrintingColor Green: "%noop"
  232. *HighlightPrintingColor Blue: "%noop"
  233. *HighlightPrintingColor Cyan: "%noop"
  234. *HighlightPrintingColor Magenta: "%noop"
  235. *HighlightPrintingColor Cardinal: "%noop"
  236. *HighlightPrintingColor RoyalBlue/Royal Blue: "%noop"
  237. *HighlightPrintingColor Ruby: "%noop"
  238. *HighlightPrintingColor Violet: "%noop"
  239. *HighlightPrintingColor Brown: "%noop"
  240. *CloseUI: *HighlightPrintingColor
  241.  
  242. *OpenUI *HighlightMappingColor:  PickOne
  243. *OrderDependency: 50 AnySetup *HighlightMappingColor
  244. *DefaultHighlightMappingColor: None
  245. *HighlightMappingColor None: "%noop"
  246. *HighlightMappingColor Red: "%noop"
  247. *HighlightMappingColor Green: "%noop"
  248. *HighlightMappingColor Blue: "%noop"
  249. *HighlightMappingColor Cyan: "%noop"
  250. *HighlightMappingColor Magenta: "%noop"
  251. *HighlightMappingColor Yellow: "%noop"
  252. *HighlightMappingColor Cardinal: "%noop"
  253. *HighlightMappingColor RoyalBlue/Royal Blue: "%noop"
  254. *HighlightMappingColor Ruby: "%noop"
  255. *HighlightMappingColor Violet: "%noop"
  256. *HighlightMappingColor Brown: "%noop"
  257. *CloseUI: *HighlightMappingColor
  258.  
  259. *OpenUI *HighlightMappingAlgorithm:  PickOne
  260. *OrderDependency: 50 AnySetup *HighlightMappingAlgorithm
  261. *DefaultHighlightMappingAlgorithm: None
  262. *HighlightMappingAlgorithm None: "%noop"
  263. *HighlightMappingAlgorithm Monochrome: "%noop"
  264. *HighlightMappingAlgorithm Pictorial: "%noop"
  265. *HighlightMappingAlgorithm Presentation: "%noop"
  266. *HighlightMappingAlgorithm ColorTables: "%noop"
  267. *HighlightMappingAlgorithm ColorToHighlight: "%noop"
  268. *HighlightMappingAlgorithm Automatic: "%noop"
  269. *CloseUI: *HighlightMappingAlgorithm
  270.  
  271. *OpenUI *MismatchedHighlightPrintingColor:  PickOne
  272. *OrderDependency: 50 AnySetup *MismatchedHighlightPrintingColor
  273. *DefaultMismatchedHighlightPrintingColor: None
  274. *MismatchedHighlightPrintingColor None: "%noop"
  275. *MismatchedHighlightPrintingColor useLoadedColor/Use Loaded Color: "%noop"
  276. *MismatchedHighlightPrintingColor operatorIntervention/Operator Intervention: "%noop"
  277. *MismatchedHighlightPrintingColor abort/Abort: "%noop"
  278. *CloseUI: *MismatchedHighlightPrintingColor
  279.  
  280. *% Font Information =====================
  281. *DefaultFont: Courier
  282. *Font AvantGarde-Book: Standard "(001.003)" Standard ROM
  283. *Font AvantGarde-BookOblique: Standard "(001.003)" Standard ROM
  284. *Font AvantGarde-Demi: Standard "(001.004)" Standard ROM
  285. *Font AvantGarde-DemiOblique: Standard "(001.004)" Standard ROM
  286. *Font Bookman-Demi: Standard "(001.002)" Standard ROM
  287. *Font Bookman-DemiItalic: Standard "(001.002)" Standard ROM
  288. *Font Bookman-Light: Standard "(001.002)" Standard ROM
  289. *Font Bookman-LightItalic: Standard "(001.002)" Standard ROM
  290. *Font Courier: Standard "(002.003)" Standard ROM
  291. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  292. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  293. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  294. *Font Garamond-Bold: Standard "(001.001)" Standard ROM
  295. *Font Garamond-BoldItalic: Standard "(001.002)" Standard ROM
  296. *Font Garamond-Light: Standard "(001.001)" Standard ROM
  297. *Font Garamond-LightItalic: Standard "(001.002)" Standard ROM
  298. *Font Helvetica: Standard "(001.004)" Standard ROM
  299. *Font Helvetica-Black: Standard "(001.001)" Standard ROM
  300. *Font Helvetica-BlackOblique: Standard "(001.001)" Standard ROM
  301. *Font Helvetica-Bold: Standard "(001.006)" Standard ROM
  302. *Font Helvetica-BoldOblique: Standard "(001.006)" Standard ROM
  303. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  304. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  305. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  306. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  307. *Font Helvetica-Light: Standard "(001.002)" Standard ROM
  308. *Font Helvetica-LightOblique: Standard "(001.001)" Standard ROM
  309. *Font Helvetica-Narrow: Standard "(001.004)" Standard ROM
  310. *Font Helvetica-Narrow-Bold: Standard "(001.004)" Standard ROM
  311. *Font Helvetica-Narrow-BoldOblique: Standard "(001.004)" Standard ROM
  312. *Font Helvetica-Narrow-Oblique: Standard "(001.004)" Standard ROM
  313. *Font Helvetica-Oblique: Standard "(001.004)" Standard ROM
  314. *Font Korinna-Bold: Standard "(001.001)" Standard ROM
  315. *Font Korinna-KursivBold: Standard "(001.003)" Standard ROM
  316. *Font Korinna-KursivRegular: Standard "(001.003)" Standard ROM
  317. *Font Korinna-Regular: Standard "(001.001)" Standard ROM
  318. *Font NewCenturySchlbk-Bold: Standard "(001.007)" Standard ROM
  319. *Font NewCenturySchlbk-BoldItalic: Standard "(001.005)" Standard ROM
  320. *Font NewCenturySchlbk-Italic: Standard "(001.004)" Standard ROM
  321. *Font NewCenturySchlbk-Roman: Standard "(001.005)" Standard ROM
  322. *Font Palatino-Bold: Standard "(001.003)" Standard ROM
  323. *Font Palatino-BoldItalic: Standard "(001.003)" Standard ROM
  324. *Font Palatino-Italic: Standard "(001.003)" Standard ROM
  325. *Font Palatino-Roman: Standard "(001.002)" Standard ROM
  326. *Font Symbol: Special "(001.005)" Special ROM
  327. *Font Times-Bold: Standard "(001.006)" Standard ROM
  328. *Font Times-BoldItalic: Standard "(001.008)" Standard ROM
  329. *Font Times-Italic: Standard "(001.006)" Standard ROM
  330. *Font Times-Roman: Standard "(001.006)" Standard ROM
  331. *Font XeroxEuro: Standard "(001.000)" Special ROM
  332. *Font XeroxEuro-Italic: Standard "(001.000)" Special ROM
  333. *Font XeroxEuro-Bold: Standard "(001.000)" Special ROM
  334. *Font XeroxEuro-BoldItalic: Standard "(001.000)" Special ROM
  335. *Font ZapfChancery-MediumItalic: Standard "(001.004)" Standard ROM
  336. *Font ZapfDingbats: Special "(001.003)" Special ROM
  337. *?FontQuery: "
  338.  save
  339.    { count 1 gt
  340.       { exch dup 127 string cvs (/) print print (:) print
  341.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  342.       } { exit } ifelse
  343.    } bind loop
  344.    (*) = flush
  345.  restore
  346. "
  347. *End
  348. *?FontList: "
  349. save
  350.   (*) {cvn ==} 128 string /Font resourceforall
  351.   (*) = flush
  352. restore
  353. "
  354. *End
  355. *% Last modified: Jan. 8, 2001
  356. *% end of PPD file for Xerox DocuPrint 92C NPS
  357.